Bookmark
BrowserCouch Documentation
hg.toolness.com/browser-couch/raw-file/blog-post/index.html, posted 2011 by peter in development distributed javascript storage toread
BrowserCouch is an attempt at an in-browser MapReduce implementation. It's written entirely in JavaScript and intended to work on all browsers, gracefully upgrading when support for better efficiency or feature set is detected.
Not coincidentally, this library is intended to mimic the functionality of CouchDB on the client-side, and may even support integration with CouchDB in the future.
...
To learn how to use BrowserCouch, check out the work-in-progress tutorial.